SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 37695: How to migrate custom libraries during the migration of SAS® Performance Management Solutions from release 9.1.3 to 9.2

DetailsAboutRate It

When migrating SAS Performance Management Solutions from a 32-bit (SAS release 9.1.3) to a 64-bit (SAS release 9.2) Microsoft Windows operating system, use the SAS MIGRATE procedure (PROC MIGRATE) to convert all data sets in custom/user-defined SAS libraries from 32-bit format to 64-bit format.

SAS libraries in the SAS Configuration directory are converted automatically by the SAS Migration Utility (SMU) during the configuration process. However, you must manually convert any other SAS libraries after the configuration process is complete.

From a SAS session, run PROC MIGRATE for each of your custom libraries.

Note: The location of your libraries will differ from the example below:


/* Solutions Repository */
LIBNAME Conform BASE "C:\SAS\Config\Lev1\Data\ConformedDataMart";
libname tempconf 'c:\tempconf';  
proc migrate in=conform out=tempconf; run;
proc copy in=tempconf out=conform constraint=yes; run;



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Strategy ManagementMicrosoft® Windows® for x645.15.29.2 TS2M29.2 TS2M3
SAS SystemSAS Human Capital ManagementMicrosoft® Windows® for x645.15.29.2 TS2M29.2 TS2M3
SAS SystemSAS Financial ManagementMicrosoft® Windows® for x645.15.29.2 TS2M29.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.